chore: use lambda.Runtime.NODEJS_12_X in all tests#12808
chore: use lambda.Runtime.NODEJS_12_X in all tests#12808trivikr wants to merge 8 commits intoaws:masterfrom
Conversation
7c64c89 to
70fdeef
Compare
nija-at
left a comment
There was a problem hiding this comment.
Nice! Thanks for making these changes. Just one comment below.
packages/@aws-cdk/aws-stepfunctions-tasks/lib/evaluate-expression.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/custom-resources/lib/provider-framework/provider.ts
Outdated
Show resolved
Hide resolved
70fdeef to
430dec5
Compare
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Why not go directly for |
I believe CloudFormation does not yet support inline code for Node 14. (I've not tested this personally) |
nija-at
left a comment
There was a problem hiding this comment.
Could you look at the build failures? Looks like there are more changes to be made in the tests.
You will also need to address the merge conflicts :(
Ping me when it's ready and I'll try to ship it before any further merge conflicts arise.
|
Packaged custom resources were moved to nodejs 14.x in #13488 |
Follow-up to #12713
This PR uses lambda.Runtime.NODEJS_12_X in CDK tests.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license